ComponentOne Xamarin Edition
ReplaceAsync Method (C1WrapCollectionView<S,T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : ReplaceAsync Method
The index.
The item.
Replaces the item at the specified index by the new specified item.
Syntax
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2+d__90[S,T])] 
public virtual Task ReplaceAsync( 
   int index, 
   object item 
)

Parameters

index
The index.
item
The item.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members